projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d729e3e
)
; * src/treesit.c (ts_read_buffer): Clarify comments.
author
Yuan Fu
<yuan@debian-BULLSEYE-live-builder-AMD64>
Wed, 15 Jun 2022 19:14:26 +0000
(12:14 -0700)
committer
Yuan Fu
<yuan@debian-BULLSEYE-live-builder-AMD64>
Wed, 15 Jun 2022 19:14:26 +0000
(12:14 -0700)
src/treesit.c
patch
|
blob
|
history
diff --git
a/src/treesit.c
b/src/treesit.c
index 92692f550fe3b48ba979b86be3a01253c9431753..9e510a921e2d3aa73da16ad2a671e25e3a676681 100644
(file)
--- a/
src/treesit.c
+++ b/
src/treesit.c
@@
-501,7
+501,7
@@
ts_read_buffer (void *parser, uint32_t byte_index,
/* This function could run from a user command, so it is better to
do nothing instead of raising an error. (It was a pain in the a**
to decrypt mega-if-conditions in Emacs source, so I wrote the two
- branches separately.) */
+ branches separately
, you are welcome
.) */
if (!BUFFER_LIVE_P (buffer))
{
beg = NULL;